added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBSL3WriteableBitmap / VBSL3WriteableBitmap.vbproj
bloba661e2242b1f928d091c519b9ef969b425b99453
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{0EE239EA-E56B-491B-A1A4-E1554170B28B}</ProjectGuid>
9     <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
10     <OutputType>Library</OutputType>
11     <RootNamespace>VBSL3WriteableBitmap</RootNamespace>
12     <AssemblyName>VBSL3WriteableBitmap</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <SilverlightApplication>true</SilverlightApplication>
15     <SupportedCultures>
16     </SupportedCultures>
17     <XapOutputs>true</XapOutputs>
18     <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
19     <XapFilename>VBSL3WriteableBitmap.xap</XapFilename>
20     <SilverlightManifestTemplate>My Project\AppManifest.xml</SilverlightManifestTemplate>
21     <SilverlightAppEntry>VBSL3WriteableBitmap.App</SilverlightAppEntry>
22     <TestPageFileName>TestPage.html</TestPageFileName>
23     <CreateTestPage>true</CreateTestPage>
24     <ValidateXaml>true</ValidateXaml>
25     <EnableOutOfBrowser>false</EnableOutOfBrowser>
26     <OutOfBrowserSettingsFile>My Project\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
27     <UsePlatformExtensions>false</UsePlatformExtensions>
28     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
29     <LinkedServerProject>
30     </LinkedServerProject>
31     <OptionExplicit>On</OptionExplicit>
32     <OptionCompare>Binary</OptionCompare>
33     <OptionStrict>Off</OptionStrict>
34     <OptionInfer>On</OptionInfer>
35   </PropertyGroup>
36   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37     <DebugSymbols>true</DebugSymbols>
38     <DebugType>full</DebugType>
39     <DefineDebug>true</DefineDebug>
40     <DefineTrace>true</DefineTrace>
41     <NoStdLib>true</NoStdLib>
42     <NoConfig>true</NoConfig>
43     <MyType>Empty</MyType>
44     <OutputPath>Bin\Debug</OutputPath>
45     <DocumentationFile>VBSL3WriteableBitmap.xml</DocumentationFile>
46     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
47     <DefineConstants>SILVERLIGHT=1</DefineConstants>
48   </PropertyGroup>
49   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50     <DebugType>pdbonly</DebugType>
51     <DefineDebug>false</DefineDebug>
52     <DefineTrace>true</DefineTrace>
53     <NoStdLib>true</NoStdLib>
54     <NoConfig>true</NoConfig>
55     <Optimize>true</Optimize>
56     <OutputPath>Bin\Release</OutputPath>
57     <DocumentationFile>VBSL3WriteableBitmap.xml</DocumentationFile>
58     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
59     <DefineConstants>SILVERLIGHT=1</DefineConstants>
60   </PropertyGroup>
61   <ItemGroup>
62     <Reference Include="System.Windows" />
63     <Reference Include="mscorlib" />
64     <Reference Include="system" />
65     <Reference Include="System.Core" />
66     <Reference Include="System.Net" />
67     <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
68     <Reference Include="System.Xml" />
69     <Reference Include="System.Windows.Browser" />
70   </ItemGroup>
71   <ItemGroup>
72     <Import Include="Microsoft.VisualBasic" />
73     <Import Include="System" />
74     <Import Include="System.Linq" />
75     <Import Include="System.Collections.Generic" />
76     <Import Include="System.Xml" />
77     <Import Include="System.Net" />
78     <Import Include="System.Windows" />
79     <Import Include="System.Windows.Controls" />
80     <Import Include="System.Windows.Documents" />
81     <Import Include="System.Windows.Ink" />
82     <Import Include="System.Windows.Input" />
83     <Import Include="System.Windows.Media" />
84     <Import Include="System.Windows.Media.Animation" />
85     <Import Include="System.Windows.Shapes" />
86   </ItemGroup>
87   <ItemGroup>
88     <Compile Include="App.xaml.vb">
89       <DependentUpon>App.xaml</DependentUpon>
90     </Compile>
91     <Compile Include="FillColor.xaml.vb">
92       <DependentUpon>FillColor.xaml</DependentUpon>
93     </Compile>
94     <Compile Include="GunShoot.xaml.vb">
95       <DependentUpon>GunShoot.xaml</DependentUpon>
96     </Compile>
97     <Compile Include="MainPage.xaml.vb">
98       <DependentUpon>MainPage.xaml</DependentUpon>
99     </Compile>
100     <Compile Include="My Project\AssemblyInfo.vb" />
101     <Compile Include="Screenshot.xaml.vb">
102       <DependentUpon>Screenshot.xaml</DependentUpon>
103     </Compile>
104   </ItemGroup>
105   <ItemGroup>
106     <ApplicationDefinition Include="App.xaml">
107       <SubType>Designer</SubType>
108       <Generator>MSBuild:MarkupCompilePass1</Generator>
109     </ApplicationDefinition>
110     <Page Include="FillColor.xaml">
111       <SubType>Designer</SubType>
112       <Generator>MSBuild:MarkupCompilePass1</Generator>
113     </Page>
114     <Page Include="GunShoot.xaml">
115       <SubType>Designer</SubType>
116       <Generator>MSBuild:MarkupCompilePass1</Generator>
117     </Page>
118     <Page Include="MainPage.xaml">
119       <SubType>Designer</SubType>
120       <Generator>MSBuild:MarkupCompilePass1</Generator>
121     </Page>
122     <Page Include="Screenshot.xaml">
123       <SubType>Designer</SubType>
124       <Generator>MSBuild:MarkupCompilePass1</Generator>
125     </Page>
126   </ItemGroup>
127   <ItemGroup>
128     <None Include="My Project\AppManifest.xml" />
129   </ItemGroup>
130   <ItemGroup>
131     <Resource Include="Heart Empty.png" />
132   </ItemGroup>
133   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.VisualBasic.targets" />
134   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
135        Other similar extension points exist, see Microsoft.Common.targets.
136   <Target Name="BeforeBuild">
137   </Target>
138   <Target Name="AfterBuild">
139   </Target>
140   -->
141   <ProjectExtensions>
142     <VisualStudio>
143       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
144         <SilverlightProjectProperties />
145       </FlavorProperties>
146     </VisualStudio>
147   </ProjectExtensions>
148 </Project>